Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark XCTest suites as passed/failed immediately on suite completion #1031

Merged

Conversation

plemarquand
Copy link
Contributor

Add back some code that was removed that marked XCTest suites as passed/failed as soon as all their tests completed. Currently the TestExplorer shows the test suites as pending until all tests in the whole test run have completed. This is a regression from how the Test Explorer used to work, where suites were marked as passed/failed immediately upon suite completion.

Issue: #1029

Add back some code that was removed that marked XCTest suites as
passed/failed as soon as all their tests completed. Currently the
TestExplorer shows the test suites as pending until all tests in the
whole test run have completed. This is a regression from how the Test
Explorer used to work, where suites were marked as passed/failed
immediately upon suite completion.

Issue: swiftlang#1029
@plemarquand plemarquand force-pushed the xctest-suite-immediate-test-results branch from 123ec70 to 3fcd09d Compare August 26, 2024 19:55
@plemarquand plemarquand merged commit 0c7ee91 into swiftlang:main Aug 27, 2024
8 checks passed
@plemarquand plemarquand deleted the xctest-suite-immediate-test-results branch August 27, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants